home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / prog_c / lsdoor09.zip / LIB.H < prev    next >
C/C++ Source or Header  |  1996-06-02  |  426b  |  27 lines

  1. #ifndef __LIB_HEADER__
  2. #define __LIB_HEADER__
  3.  
  4. #pragma hdrfile "D:\C\Source\Light\Ls.Sym"
  5.  
  6. #include <io.h>
  7. #include <dos.h>
  8. #include <dir.h>
  9. #include <ctype.h>
  10. #include <errno.h>
  11. #include <stdio.h>
  12. #include <conio.h>
  13. #include <fcntl.h>
  14. #include <share.h>
  15. #include <string.h>
  16. #include <stdlib.h>
  17. #include <process.h>
  18. #include <sys\stat.h>
  19.  
  20. #include "Wiley.h"
  21.  
  22. #pragma hdrstop
  23.  
  24. #endif
  25.  
  26. // End of Lib.H
  27.